Fix repeated "to to" in Specifying Dependencies
authorColin Wallace <wallacoloo@gmail.com>
Sun, 6 Aug 2017 02:01:24 +0000 (19:01 -0700)
committerColin Wallace <wallacoloo@gmail.com>
Sun, 6 Aug 2017 02:01:24 +0000 (19:01 -0700)
src/doc/specifying-dependencies.md

index a4b0c342e34d1fe3d22a5ab589f893fc681cb927..f68f804ec2f7c04c65a32734db8ed6ade03b9bd9 100644 (file)
@@ -173,7 +173,7 @@ dependencies but "libraries" do not.
 
 The desire to override a dependency or otherwise alter some dependencies can
 arise through a number of scenarios. Most of them, however, boil down to the
-ability to to work with a crate before it's been published to crates.io. For
+ability to work with a crate before it's been published to crates.io. For
 example:
 
 * A crate you're working on is also used in a much larger application you're